home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks96 / FinderUndo.sit / Finder Undo / Read Me < prev    next >
Text File  |  1996-06-22  |  1KB  |  36 lines

  1. Finder Undo
  2.  
  3.  
  4. This hack isn't exactly in a finished state... but it does some of what it
  5. advertises.  Install it, and automagically the "Undo" menu in the Finder 
  6. activates after certain actions.
  7.  
  8. Ok, not very many actions right now.  But some.  At this point, you can
  9. undo:
  10.  
  11.     * clean up desktop
  12.     * closing a window
  13.  
  14. The cool thing is, it's all based on AppleEvent handling and can more
  15. or less easily be scaled to do more.  (I've got an "undo open" commented
  16. out that doesn't work yet, but could...)  And if done properly, it
  17. would only need to patch one (yes, read it, ONE!) trap.  (Too bad it's
  18. not done properly. ;) 
  19.  
  20. The trick is to tell the Finder to start recording itself, and then
  21. patch AESend and watch what goes by.  F.U. keeps track of that stuff
  22. and allows you to undo certain actions.
  23.  
  24.  
  25. ..anyway.  Install it and watch it go.  It's very much an alpha product,
  26. so don't run it for long unless you're hacking on it.  :> :> :>
  27.  
  28.  
  29.  
  30. Source is included.
  31.  
  32. -drew
  33.  
  34. Andrew Thaler
  35. athaler@umich.edu
  36.